08. Loading Images Code

Loading Images Code

INSTRUCTOR NOTE:

drawImage has three signatures for drawing in a Canvas
object. The link above lists how to use each.

Signature in this context means a specific function call with a number of parameters.

drawImage can be called with either 3, 5, or 9 parameters. So it has 3 signatures.